JavaScript

{grid.object}refreshRow Method

Syntax

{grid.Object}.refreshRow(rowNum)

Arguments

rowNum

The number of the row that you want to refresh data on.

Description

Refreshes the data in the specified Grid row.

An Ajax callback is made to get the current data stored in the Database. Contrast with the .refresh() method which refreshes all Grid rows.

See Also